Skip to main content
GET
[One Click Apps] List the application catalog

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Query Parameters

category
enum<string>

Filter by display category.

Available options:
ai,
analytics,
automation,
business,
cms,
collaboration,
communication,
developer,
media,
monitoring,
other,
security

Only return featured apps when true.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

q
string

Case-insensitive search on name, slogan and slug.

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"